home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000013_crash!kirk.safb.af.mil!BWILLS_Mon, 7 Jun 93 13:52:48 PST.msg < prev    next >
Text File  |  1993-08-31  |  2KB  |  40 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Mon, 7 Jun 93 13:52:48 PST
  3. Received: from kirk.safb.af.mil by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o2nd9-0000lFC; Mon, 7 Jun 93 13:17 PDT
  5. Message-Id: <m0o2nd9-0000lFC@crash.cts.com>
  6. Date: 7 Jun 93 15:15:00 CST
  7. From: "Barry D. Wills" <BWILLS@kirk.safb.af.mil>
  8. To: "amigae" <amigae@bkhouse.cts.com>
  9. Subject: re: [Untitled reply (from Wouter)]
  10.  
  11. >> A hint.. if you've got ks2.04, use Fgets() instead of ReadStr(). ReadStr()
  12. >> is something like 30 times slower! (Replacing ReadStr() with Fgets() in EPP
  13. >> makes it a lot more usable! :)
  14.  
  15. >ReadStr() is unbuffered IO and Fgets() is buffered... You can't
  16. >always exchange them that easily as with EPP.
  17.  
  18. >> Son Le
  19.  
  20. >Wouter.
  21.  
  22. This is true...except that I don't have KS2.0, so I couldn't use Fgets().  It
  23. sounds like you are using an obsolete version of EPP, Son Le.  In EPP V0.13b I 
  24. have replaced all my ReadStr()'s with Read()'s and a juggling act, and this has
  25. significantly increased the rate of input.  I am interested in hearing how 
  26. Read() compares with Fgets().  (BTW, epp013b.lha was uploaded to Aminet some-
  27. time last week.  It fixes some potentially serious bugs, so ditch the old
  28. versions!) 
  29.  
  30. Wouter couldn't be more right about the difficulty of exchanging ReadStr() and
  31. Fgets() in most cases, though.  How did you fare, Son Le?  I had a serious 
  32. headache from my bout with it.
  33.  
  34. I'm looking to getting OS2.1 soon.  Then I'll be armed an dangerous!  But I will
  35. continue to support earlier versions of KS as long as it's possible/feasible.
  36.  
  37. It's great being able to interact with other E programmers:  thanks for this
  38. list, Norman!
  39.  
  40. -- Barry